home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 10 - 1994
/
10.09 Sep 94
/
Getting Started
/
CGramps.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-19
|
263 b
|
22 lines
|
[
TEXT/R*ch
]
// CGramps.h
#ifndef __CGramps__
#define __CGramps__
//--------------------------------------- CGramps
class CGramps
{
// Data members...
protected:
int grampsDataMember;
// Member functions...
public:
CGramps();
virtual ~CGramps();
};
#endif